Makefile-newvs: some .vcxproj.filters files are in builddir, some in srcdir
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 20 Apr 2015 13:54:28 +0000 (14:54 +0100)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 29 Apr 2015 07:26:17 +0000 (15:26 +0800)
commit384a795275fa59169da01dbf7807ef84303f1e55
treeb7798f10d01d70a91915c0da5027cd324f68e33f
parentaa6219db1c67c90d132584e2efc5618e5f0ebd19
Makefile-newvs: some .vcxproj.filters files are in builddir, some in srcdir

Without this change, out-of-tree distcheck doesn't get very far.

Similarly, allow *.vcxproj, *.props to be in either the builddir or
the srcdir.

Finally, since I'm touching these lines anyway, eliminate some
useless uses of cat: "cat x | sed 's/foo/bar/' > y" is
equivalent to "sed 's/foo/bar/' < x > y".

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=748176
Reviewed-by: Chun-wei Fan <fanchunwei@src.gnome.org>
build/Makefile-newvs.am